home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / daemons / arpd.man < prev    next >
Encoding:
Text File  |  1990-01-03  |  2.3 KB  |  58 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/daemons/arpd/RCS/arpd.man,v 1.1 90/01/03 09:31:21 ouster Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS ARPD cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. arpd \- Respond to ARP and RARP requests
  17. .SH SYNOPSIS
  18. \fBarpd\fR [\fIoptions\fR]
  19. .SH OPTIONS
  20. .IP "\fB\-f \fIfileName\fR" 15
  21. Use \fIfileName\fR as the configuration file containing host network
  22. addresses.  The file \fB/etc/spritehosts\fR is used by default.  If
  23. this switch is given, \fIfileName\fR must have the same format as
  24. \fB/etc/spritehosts\fR.
  25. .IP "\fB\-v\fR" 15
  26. Verbose:  print information on standard output as requests are
  27. processed.
  28. .IP "\fB\-help\fR" 15
  29. Print a summary of the command-line options and exit immediately.
  30. .BE
  31.  
  32. .SH DESCRIPTION
  33. .PP
  34. \fBArpd\fR is a program that responds to requests made under the
  35. Internet Address Resolution Protocol (ARP) and Reverse Address
  36. Resolution Protocol (RARP).  See RFC826 for details on ARP and
  37. RFC903 for details on RARP.  \fBArpd\fR reads a configuration
  38. file (normally \fB/etc/spritehosts\fR) that describes a set of
  39. hosts and their Internet and Ethernet addresses;  it will respond
  40. to ARP and RARP requests for any
  41. host listed in the file.  Note that this differs from the common
  42. practice in many UNIX systems, where each host responds to ARP
  43. requests for itself;  the norm in Sprite is for a single \fBarpd\fR
  44. process to handle all requests for the Sprite network.
  45. .PP
  46. Although \fBarpd\fR caches the host information in its memory, it
  47. checks the last-modified time on the configuration file before responding
  48. to each request, and reloads its internal database if the configuration
  49. file has changed.
  50. .PP
  51. \fBArpd\fR generates diagnostic messages on its standard output.
  52. Normally, only major errors result in output, but if the \fB\-v\fR
  53. switch is given, then additional output is generated to describe
  54. all of the program's actions.
  55.  
  56. .SH KEYWORDS
  57. arp, daemon, protocol, rarp, /etc/spritehosts
  58.